Feature: Crear una nueva pagina
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 27.341s |
Scenario: Como administrador de la aplicación Ghost realizo el login, el cambio del nombre y descipción de la página
Before
0m 4.683s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.852s
And
I wait for 2 seconds
0m 2.125s
When
I enter email "<EMAIL>"
0m 0.232s
And
I wait for 1 seconds
0m 1.135s
When
I enter password "<PASSWORD>"
0m 0.183s
And
I wait for 1 seconds
0m 1.112s
Then
I click login
0m 0.215s
And
I wait for 3 seconds
0m 3.181s
When
I open genral setting
0m 0.233s
And
I wait for 1 seconds
0m 1.133s
When
I open general tarject
0m 0.179s
And
I wait for 1 seconds
0m 1.133s
When
I open title and description
0m 0.183s
And
I wait for 1 seconds
0m 1.152s
When
I edit tittle general "<new_title_general>"
0m 0.252s
And
I wait for 1 seconds
0m 1.166s
When
I edit description general "<new_description_general>"
0m 0.215s
And
I wait for 1 seconds
0m 1.135s
When
I save settings
0m 0.202s
And
I wait for 1 seconds
0m 1.150s
Then
I open view site
0m 0.196s
And
I wait for 5 seconds
0m 5.288s
After
0m 0.006s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 2 seconds
When
I enter email "<EMAIL>"
And
I wait for 1 seconds
When
I enter password "<PASSWORD>"
And
I wait for 1 seconds
Then
I click login
And
I wait for 3 seconds
When
I open genral setting
And
I wait for 1 seconds
When
I open general tarject
And
I wait for 1 seconds
When
I open title and description
And
I wait for 1 seconds
When
I edit tittle general "<new_title_general>"
And
I wait for 1 seconds
When
I edit description general "<new_description_general>"
And
I wait for 1 seconds
When
I save settings
And
I wait for 1 seconds
Then
I open view site
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE